home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Grabbit 1.2.adf / T / Command-0-T01 next >
Text File  |  1988-02-16  |  1KB  |  38 lines

  1. failat 25
  2. echo "This utility will start GRABBiT from the GRABBiT disk and then"
  3. echo "re-assign all system resources to your application disk, allowing"
  4. echo "disks with no printing resources to be used with GRABBiT."
  5. echo "The usage of this command is as follows:"
  6. echo "(After booting with the GRABBiT disk.)"
  7. echo "execute StartGrab volume devicename"
  8. echo "Where volume is the name of the volume to boot from and"
  9. echo "devicename is the place where you'd like to have pictures saved to."
  10. copy grabbit_1.2:c/assign ram:
  11. copy grabbit_1.2:c/ask ram:
  12. copy grabbit_1.2:c/execute ram:
  13. copy grabbit_1.2:c/delete ram:
  14. copy grabbit_1.2:c/path ram:
  15. copy grabbit_1.2:c/if ram:
  16. copy grabbit_1.2:c/endif ram:
  17.  
  18. grabbit
  19. cd ram:
  20.  
  21. assign grab: ram:
  22. assign sys: King1:
  23. assign fonts: King1:fonts
  24. assign devs: King1:Devs
  25. assign libs: King1:libs
  26. assign c: King1:c
  27. assign l: King1:l
  28. assign s: King1:s
  29. path add King1:
  30.  
  31. delete ram:assign
  32. delete ram:path
  33. delete ram:ask
  34. delete ram:if
  35. delete ram:endif
  36. delete ram:delete
  37. execute startup-sequence
  38.